home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q0040.dms / q0040.adf / README < prev    next >
Text File  |  1990-12-08  |  2KB  |  67 lines

  1. "NorthC Examples:" disk
  2.  
  3.   This disk contains a set of example programs that will compile with 
  4. the NorthC compiler.  The examples cover a number of different areas of 
  5. 'C' programming on the Amiga, and are at various levels of completion.
  6.  
  7.  
  8. clibs/UNIX
  9.  
  10.   This directory contains an example 'C' library, this one implements some 
  11. UNIX like file handling routines.  The library is mainly usefull for 
  12. porting programs that were written foir UNIX or MSDOS machines.
  13.  
  14.  
  15. CRender
  16.  
  17.   This directory contains an example program that draws three dimensional 
  18. solid models, it also calls intuition and some graphics routines.  The 
  19. documentation goes into great details on the 3D side but rather skimps on 
  20. the Intuition programming.
  21.  
  22.  
  23. disass
  24.  
  25.   This directory contains a program that disassembles object modules, 
  26. the hard bit was written by Martin Combs, I have just added some code 
  27. to take account of Amiga object formats.
  28.  
  29.  
  30. fortune
  31.  
  32.   A simple "fortune" type program, this prints out sayings from a file 
  33. in the directory and uses the narrator device to say them.
  34.  
  35.  
  36. hello
  37.  
  38.   This is a bare directory to create the "hello.c" program in, it contains 
  39. a file "hello.doc" that explains how to create a simple 'C' program.
  40.  
  41.  
  42. iff
  43.  
  44.   This directory contains an IFF reader, from Electronic Arts.  The only 
  45. program I have got working is one that displays IFF pictures, the rest of 
  46. the code will need some work to get going under NorthC.
  47.  
  48.  
  49. top  make
  50.  
  51.   The source code for some of the tools in the "NorthC:bin" directory.  This 
  52. is here so that you can alter the programs, add features, and see where I 
  53. have gone wrong.  If you manage to improve either of these programs send 
  54. me a copy so I can distribute them on future NorthC releases.
  55.  
  56.  
  57. mini-hello
  58.  
  59.   This directory shows how you can reduce the size of 'C' programs 
  60. by manipulating the startup routines in your NorthC programs.
  61.  
  62.  
  63. split
  64.  
  65.   This simple program splits a large file into a number of smaller ones.
  66.  
  67.